home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / bbs / str_utilities3.lha / str.utils / docs / STR.DLDir.doc next >
Text File  |  1994-07-07  |  3KB  |  112 lines

  1.  
  2.                         The ST/R Utilities Package
  3.                                  Release 3
  4.  
  5.                                     By:
  6.  
  7.                             Douglas McLaughlin
  8.                                [Black Fire]
  9.  
  10. * All new or updated information since the last release will have a star in
  11.   the left column.
  12.  
  13. ------------------------------------------------------------------------------
  14.  
  15.                               STR.DLDir.rexx
  16.  
  17.  
  18. INSTALLATION:
  19.  
  20.   File Locations:
  21.  
  22.     STR.DLDir.rexx ---> Doors:STR.Utils/
  23.  
  24.   Install in BBS:
  25.  
  26.     To install STR.DLDir.rexx, use this line in your EX.BBSMenus file
  27.     in the "Global Commands" Area:
  28.  
  29. 567,  DLDIR,  0,  "1-32",  "\#0Doors:STR.Utils/STR.DLDir.rexx\"
  30.  
  31.  
  32. REQUIREMENTS:
  33.  
  34.  
  35.   Any Amiga ;)
  36.  
  37.     The faster the better! =)
  38.  
  39.   OS 2.04+
  40.  
  41.     Untested with, but should work fine with, OS 3.0/3.1
  42.  
  43.   ARexx:
  44.   
  45.     RexxMast should be run in your s:user-startup.
  46.     rexxsupport.library should be installed in Libs:
  47.   
  48.   Excelsior! BBS v1.20+
  49.  
  50.     Works fine with v1.21 as well.
  51.  
  52.  
  53. KNOWN BUGS:
  54.  
  55.  
  56.   Excelsior! v1.21 returns the following Enforcer hit when the ARexx
  57.   MARKFILE command is executed:
  58.  
  59. BYTE-READ from 00000001                        PC: 07D68C3C
  60. USP:  07D150E8 SR: 0000 SW: 0751  (U0)(-)(-)  TCB: 07A7D138
  61. Data: 00000001 00000000 00000023 00000000 00000000 00000018 00000000 40000000
  62. Addr: 00000002 07A44858 00000001 07AA9428 07D05E68 07C9F67C 07D683F2 --------
  63. Stck: 07ADA5F9 07CFE7F4 07D683F2 07D88C3A 00000001 00000023 00000000 00000000
  64. Stck: 00000018 1EF6108F 00000000 07D15504 07C9F67C 07D151FC 07DA4D80 07AA9428
  65. Name: "Background CLI"  CLI: "BB"  Hunk 0000 Offset 00027294
  66.  
  67.   This is relatively harmless, but it has existed since v1.18!  If everyone
  68.   reports this, Tom may yet fix it!
  69.  
  70.  
  71. CONFIGURATION:
  72.  
  73.  
  74.   None needed.
  75.  
  76.  
  77. PURPOSE & FEATURES:
  78.  
  79.  
  80.   STR.DLDir.rexx
  81.  
  82.     This program is intended for sysops only!  It allows you to download
  83.     an entire directory of files.  You simply give it a path to the
  84.     directory, ie NET:CD0/Pictures/ and it marks for download all the files
  85.     it finds in that directory.
  86.  
  87.     If you press return at the path prompt or enter an invalid path, it
  88.     notifys you and exits.
  89.  
  90.     When a valid path is given it reads in all files from that directory,
  91.     it even accounts for files with spaces in them.  Then, using Excelsior!'s
  92.     ARexx MARKFILE command, all the files are marked for download.
  93.  
  94.     When finished, the program exits, and you can use the DL command to
  95.     download the marked files.
  96.  
  97.     I mainly use the program to download pictures from CD-ROM's on my 3000
  98.     to my 4000 for viewing.  Using a null-modem connection at 38400 baud, this
  99.     is actually faster than both SerNet and ParNet.
  100.  
  101.  
  102. HISTORY:
  103.  
  104.  
  105.   Version 1.01:
  106.  
  107.     Now displays the total number of files marked.
  108.  
  109.   Version 1.0:
  110.  
  111.     First Public Release.
  112.